docs: Fix value annotation
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 Feb 2021 00:10:56 +0000 (00:10 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:31 +0000 (16:37 +0000)
Drop the `:`.

gdk/gdkevents.h

index e038501cd29e097e48adc322ef93e324427721dc..70a7cbf2eb4013f2389b62ed3e7be256f61b637a 100644 (file)
@@ -47,7 +47,7 @@ G_BEGIN_DECLS
 #define GDK_IS_EVENT_TYPE(event, type)  (gdk_event_get_event_type ((event)) == (type))
 
 /**
- * GDK_PRIORITY_EVENTS: (value: 0)
+ * GDK_PRIORITY_EVENTS: (value 0)
  *
  * This is the priority that events from the X server are given in the main loop.
  */